using UnityEngine;
using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public static class Develop
    {
        public static void Log(string str)
        {
            throw new NotImplementedException();
        }
    }
}